Ver código fonte

init project

Abderrahmane Faiz 4 semanas atrás
pai
commit
aba1f7f2f8
4 arquivos alterados com 10 adições e 3 exclusões
  1. 4 0
      .gitignore
  2. 0 3
      README.md
  3. 3 0
      README.org
  4. 3 0
      go.mod

+ 4 - 0
.gitignore

@@ -24,3 +24,7 @@ _testmain.go
 *.test
 *.prof
 
+# ---> Emacs
+
+*#
+*~

+ 0 - 3
README.md

@@ -1,3 +0,0 @@
-# cli-plateform-game
-
-cli game in go

+ 3 - 0
README.org

@@ -0,0 +1,3 @@
+* CLI-PLATEFORM-GAME
+
+In progres ...

+ 3 - 0
go.mod

@@ -0,0 +1,3 @@
+module lab.afaiz.dev/fzfouz/cli-plateform-game
+
+go 1.25.4