package dk.itu.oop.lecture5; class Assertions { public static void main(String[] args){ assert 4<5; } }