Skip to content

Commit c648bf7

Browse files
committed
docs: Updated AWS prep plan, merged JUnit contributions (2025-05-20)
• Cancelled AWS exam to allocate more time for thorough preparation • Merged JUnit open-source documentation contributions • Adjusted study timeline for upcoming certifications and tasks
1 parent 6ead326 commit c648bf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

C_Coding Test/src/Main.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ public static void main(String[] args) throws IOException {
77
BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));
88
StringTokenizer st = new StringTokenizer(br.readLine());
99

10+
bw.write();
1011
bw.flush();
1112
br.close();
1213
bw.close();

0 commit comments

Comments
 (0)