DricomDragon 4 년 전
부모
커밋
a63ff6e9aa
1개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 9 9
      charCode/main.cpp

+ 9 - 9
charCode/main.cpp

@@ -1,12 +1,12 @@
 #include <iostream>
 #include <fstream>
 #include <deque>
-#include <string>
-
-using namespace std;
-
-int main()
-{
+#include <string>
+
+using namespace std;
+
+int main()
+{
     /*cout << "Associatons :" << endl;
     for (int i(0); i<256; i++)
         cout << i << " correspond à " << (unsigned char)i << endl;
@@ -86,6 +86,6 @@ int main()
         // Nouveau fichier
         fluxWrite << maFile[i];
     }
-
-    return 0;
-}
+
+    return 0;
+}