Home Expertise Experience Projects About Contact 404
profile picture

< Developer turning coffee into code. />

    using System;
    using FullStackDeveloper;

    public static class Rohith extends FullStackDeveloper {
      public Rohith() {
      	while (developer.required === true) {
          Console.WriteLine("I am more than happy to do it. Feel free to contact me.");
          break;
        ❵
      ❵
      
      public intro (me) {
        me.name = "Rohith";
        me.location = "Melbourne, Australia";
        me.isFullStack = true;
      ❵
    ❵