Skip to content

Instantly share code, notes, and snippets.

View fidrik369-boop's full-sized avatar

Fidrik fidrik369-boop

  • Joined Oct 3, 2025
View GitHub Profile
@fidrik369-boop
fidrik369-boop / Rollnumber.java
Created October 3, 2025 16:18
Fidrik's code accessible
public class Main {
public static void main(String[] args) {
String Roll= "24JNA31032";
System.out.println("Roll Number : " +Roll);
}
}