Skip to content

Commit

Permalink
hello-world-cli: Adicionado Go, JavaScript, NodeJS, PHP, Python2, Pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed May 22, 2019
1 parent 8352716 commit d9d658b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
temp/
todo/
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# cplp-aiops-bem-vindo
# cplp-aiops-tutorial

Repositório escrito como suporte ao <https://github.com/fititnt/cplp-aiops>

7 changes: 7 additions & 0 deletions hello-world-cli/go.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main


import "fmt"
func main() {
fmt.Println("hello world")
}
1 change: 1 addition & 0 deletions hello-world-cli/javascript.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Hello World');
1 change: 1 addition & 0 deletions hello-world-cli/nodejs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('Hello World');
2 changes: 2 additions & 0 deletions hello-world-cli/php.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
echo "Hello World";
1 change: 1 addition & 0 deletions hello-world-cli/python2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print "Hello World"
1 change: 1 addition & 0 deletions hello-world-cli/python3.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("Hello World")
Empty file added hello-world-gui/.gitkeep
Empty file.

0 comments on commit d9d658b

Please sign in to comment.