what am i doing pepeW
This commit is contained in:
parent
5d1bf4f879
commit
52417c81c9
35 changed files with 46 additions and 7 deletions
.gitignore
src
target/debug
Pagman.exePagman.pdb
deps
incremental
Pagman-20ebuu7hr1uvd
s-gpy02aoeot-366uv2-3zdlbaprogsvf8fz76ws5mdlp
s-gpy02aoeot-366uv2.lockPagman-3hz26p7mr5owc
s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2
17g6khps6ssuuwqz.o18qfza17evv7239a.o1f71jtsamiowdsmy.o1onnty6prznnfnj7.o2eygh6xa0usr9j2m.o2g6tdgbvo0tfrbsm.o2ozltuyepvzbiyn5.o3mt6r3wardfa52tu.o3mvkv353glvd3xbc.o3oy9xx4cocn9ilu6.o40rblkpguy3obkwy.o4bddsd0aro9k6r68.o51udo4kkhuv36ucy.o5b2u8hlj59emij8u.o8f1fb819cpbke5n.oegpvat4hm6c3c49.o
s-gpxzy42qr5-p78d1n-ab311z589fn1huv8rij5j9ex9
s-gpxzy42qr5-p78d1n.lockPagman-5q2yxkgr258l
s-gpy02aog9f-1hzfhvk-ikyc8ou841q7ts895pnknywg
s-gpy02aog9f-1hzfhvk.lock
37
.gitignore
vendored
37
.gitignore
vendored
|
@ -0,0 +1,37 @@
|
|||
# Compiled source #
|
||||
###################
|
||||
*.com
|
||||
*.class
|
||||
*.dll
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
|
||||
# Packages #
|
||||
############
|
||||
# it's better to unpack these files and commit the raw source
|
||||
# git has its own built in compression methods
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
8
src/HelloWorld.rs
Normal file
8
src/HelloWorld.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
fn main ()
|
||||
{
|
||||
println!("Hello World");
|
||||
}
|
||||
fn test()
|
||||
{
|
||||
println!("Hello World");
|
||||
}
|
|
@ -16,10 +16,4 @@ println!("now go on, pick a number nyehehehehehehe");
|
|||
io::stdin().read_line(&mut _user_input).expect("Failed to read line");
|
||||
|
||||
println!("The random number was {} and you guessed {}",_RandomNumber,_user_input);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue