-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgram.cs
More file actions
31 lines (23 loc) · 831 Bytes
/
Program.cs
File metadata and controls
31 lines (23 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
using System;
namespace tpmodul3_1302204126
{
class Program
{
static void Main(string[] args)
{
//KodePos KodePos = new KodePos();
//KodePos.getKodePos("Batununggal", "40266");
//KodePos.getKodePos("Kujangsari", "40287");
//KodePos.getKodePos("Mengger", "40267");
//KodePos.getKodePos("Wates", "40256");
//KodePos.getKodePos("Cijaura", "40287");
//KodePos.getKodePos("Jatisari", "40286");
//KodePos.getKodePos("Margasari", "40286");
//KodePos.getKodePos("Sekejati", "40286");
//KodePos.getKodePos("Kebonwaru", "40272");
//KodePos.getKodePos("Maleer", "40274");
//KodePos.getKodePos("Samoja", "40273");
DoorMachine.Mulai();
}
}
}