Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active September 7, 2024 11:39
Show Gist options
  • Save dacr/df49ea6f8f30f47d04c1daea825545ea to your computer and use it in GitHub Desktop.
Save dacr/df49ea6f8f30f47d04c1daea825545ea to your computer and use it in GitHub Desktop.
nqueens problems / published by https://github.com/dacr/code-examples-manager #99139e3f-da90-4bdc-b276-cbfe45005a32/532134b32ab8f99d7d34851b84e7051a47239b82
#!/bin/sh
exec scala "$0" "$@"
!#
// summary : nqueens problems
// keywords : scala3, @testable
// publish : gist
// authors : David Crosson
// license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
// id : 99139e3f-da90-4bdc-b276-cbfe45005a32
// created-on : 2021-04-08T16:04:35Z
// managed-by : https://github.com/dacr/code-examples-manager
// execution : scala3 REPL
// TODO to be continued in fact started ! see youtube video from rock the jvm
@main def go():Unit = {
println("GO")
}
@dacr
Copy link
Author

dacr commented Sep 6, 2024

thanks a lot ๐Ÿ˜€ and yes I forgot this one, started without being started... will be back on it one day

@philipschwarz
Copy link

๐Ÿ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment