Created
November 25, 2016 22:31
-
-
Save aurorapar/763310238ff3845841852aac49d170d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 10.0.10586] | |
(c) 2015 Microsoft Corporation. All rights reserved. | |
C:\Users\nx7233pl>cd Documents\school\cs341 | |
C:\Users\nx7233pl\Documents\school\cs341>cd natcor | |
C:\Users\nx7233pl\Documents\school\cs341\natcor>dir | |
Volume in drive C is Windows | |
Volume Serial Number is 00DB-3390 | |
Directory of C:\Users\nx7233pl\Documents\school\cs341\natcor | |
11/25/2016 04:28 PM <DIR> . | |
11/25/2016 04:28 PM <DIR> .. | |
11/25/2016 04:27 PM 6,839 Main.java | |
11/25/2016 04:30 PM 4,381 MainTwo.class | |
11/25/2016 04:26 PM 6,839 MainTwo.java | |
11/25/2016 03:01 PM 791 Node.class | |
11/25/2016 03:01 PM 815 Node.java | |
5 File(s) 19,665 bytes | |
2 Dir(s) 172,086,226,944 bytes free | |
C:\Users\nx7233pl\Documents\school\cs341\natcor>javac Main.java | |
C:\Users\nx7233pl\Documents\school\cs341\natcor>dir | |
Volume in drive C is Windows | |
Volume Serial Number is 00DB-3390 | |
Directory of C:\Users\nx7233pl\Documents\school\cs341\natcor | |
11/25/2016 04:28 PM <DIR> . | |
11/25/2016 04:28 PM <DIR> .. | |
11/25/2016 04:27 PM 6,839 Main.java | |
11/25/2016 04:31 PM 4,381 MainTwo.class | |
11/25/2016 04:26 PM 6,839 MainTwo.java | |
11/25/2016 03:01 PM 791 Node.class | |
11/25/2016 03:01 PM 815 Node.java | |
5 File(s) 19,665 bytes | |
2 Dir(s) 172,083,646,464 bytes free | |
C:\Users\nx7233pl\Documents\school\cs341\natcor> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment