Hello_World!!!

导航

 

2016年11月28日

摘要: #!/bin/bash #defind the path PATH=/usr/local export PATH read -p "please input your first name:" firstname reap -p "please input your last name:" lastname echo -e "\nyour name is: $firstname $lastnam... 阅读全文
posted @ 2016-11-28 21:55 Hello_World!!! 阅读(497) 评论(0) 推荐(0) 编辑
 

2016年11月27日

摘要: class Program { public static int ROW = 5; public static int COL = 6; static string[,] str = new string[ROW, COL]; static void Main(string[] args) { ... 阅读全文
posted @ 2016-11-27 16:18 Hello_World!!! 阅读(3542) 评论(0) 推荐(0) 编辑