Skip to content

Commit

Permalink
Update Ascii.java
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitasawant authored Dec 25, 2023
1 parent bc90238 commit eaded1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ascii.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Program to print ASCII
//Program to print ASCII char
class Ascii{
public static void main(String[] args){
char a='a';
Expand Down

0 comments on commit eaded1b

Please sign in to comment.