Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment